• Can I query a Translation Job using a "like" or "contains" when searching for a field

    Former Member
    Former Member
    I have a query where I am trying to get the value from a specific field in a translation job. In the query, I specify the file name and the job status as follows: string xmlRequestedMetadata1 = "<ishfields><ishfield name='FISHTRANSJOBREQUIREDDATE' level…
  • Calculating values in SOAP envelope

    If you run Fiddler when authenticating to SDL Knowledge Center, you see: A POST to /InfoShareSTS/issue/wstrust/mixed/username that sends the credentials. The client receives a response that contains a large <xenc:EncryptedData> element. The client…
  • authenticate to SDL KC 12

    I tried connecting to an SDL Knowledge Center 12 instance with the command: $ishSession = New-IshSession -IshPassword $password -IshUserName $username -WsBaseUrl $url I got this error: New-IshSession : WSTrust endpoint not configured: '/InfoShareSTS…
  • KC 13 - DB Upgrade Tool - Full Export - missing data

    Hey All, Our team used the TriDKXmlSetup to export cardtypes, cards, lovs and fields from the KC 2016. I have tried to export the same data from KC 13 with the following PS script : InfoShare\App\Database\Common\DatabaseIndependent\Examples\Full-Export…
  • Is there a way to only display optional metadata fields for users with a specific role?

    Is there a way to to only display specific metadata properties when a user has a specific role in the web client? This should be a matter of properly modifying RepTopDlg.asp and RepVersionDlg.asp, assuming it can be done.
  • Managing large amount of users

    We recently added a lot of user licenses for Content Manager. With only about 40 users to manage, the 'Settings-->Users' interface from web client wasn't too cumbersome. With over 100 users, this will be a lot more time consuming. Does anyone have any…
  • API call to save Document to Local Storage?

    I'm working on some scripts to streamline how my team interacts with our SDL Publication Manager / Knowlege Center (v12.0.2417.0). I've gotten the Content Manager API calls for DocumentObj working to get a file out of the repository and decode the file…
  • xref'ed content not added to resource folder in publication manager

    I am looking for documentation or a solution to see if xref'ed topic get added to a publication if the source/containing topic is added? Thank you for any help in advance.
  • What is the correct way/syntax to manipulate the 'Locate' search option using ISHDeploy-12.0.3 Set-ISHUISearchMenuBarItem commandlet?

    Working with ISHDeploy-12.0.3, I need to extend/change the list of userrole subelements for the menuitem with label 'Locate'. However looking at the documentation and tutorials of ISHDeploy (see https://sdl.github.io/ISHDeploy/12.0.3/Commands/Set-ISHUISearchMenuBarItem…
  • Copying metadata from previous target language version?

    Hi I have a requirement to copy a metadata on the language level from the previous version of target language when translation is pushed. For example, version 10 of the object is now pushed to Japanese. I need to populate the metadata field of V10 JA…
  • SDL Knowledge center 2016 Single Sign On

    I am trying to set up a 2016 Knowledge center CM & CD with a single sign on option. But after adding the relaying service in ISHSTS I am not able to login into the CD.
  • RE: TranslationJob WebService API usage example

    Hi Shrinidhi, Assuming you are on the latest version, the following documentation contains some starters KC2016SP2 - Understanding translation jobs KC2016SP2 - Translation Job Workflow Regarding code samples, it is on our open-source project…
  • How to use the Search API in SDL LiveContent Reach?

    Hi, I want to use XQuery (Search API) provided by SDL reach. Following is the URL that I found from the documentation. http://<host>:<port>/<context>/web/search.xql?action=search&min=<value>&chunk=<value>&max=<value>&sort=<value>&scope=<value>&query…
  • How to search on a publication GUID in Publication Manager?

    Hi, We are very new to Knowledge Center. We have version 12.0.2417.0. We are not able to search on a publication GUID in Publication Manager. Is there a way for us to add this functionality to the Pub Mgr tool? Or is there something we aren't doing…
  • How to add a reference to a specialized topic in XMetaL 9?

    I am running into an odd error while trying to add a topic reference to a map in XMetal, I am able to do so without issue in Publication manager. the error I receive is " Please select or create a DITA topic file "
  • Where to put a static XML resource file that can be read by Content Manager write plugins?

    My custom write plugin must read an xml file that will be added to the installation through the build process (it is shared with other components). Is there a standard location for such files, somewhere in the AppCore directory perhaps? How does the…
  • Java Web Service API download link

    Hi All, I am IA working on Developing Customization tools connecting to SDL Database. I found that there are lot of web services written aready in the SDL Site. So i was thinking that if Java SDL API or J2EE SDL API for Tool Development is available…
  • Creating a branch and inherit the XML file from the base version (DocumentObj25.Create method)

    Hello, When I use DocumentObj25.Create function from SDL LiveContent API in order to create a new branch "1.1.1" from the version "1", is it possible to seed the contents of the XML file from the version "1" into the new branch, without reading this…
  • output type publishing options

    Hi. We want to customize the publishing options that are available to the user for each output type in SDL KC. We want different options for each output type, and we want to include our own options, not just use the default options already provided in…
  • 2016 Knowledge Center taxonomy integration

    We are in the process of evaluating Taxonomy vendors and would like to get details on the requirements for integration with SDL. Documentation on the docs site, only lists examples on how to integrate it with Smartlogic. Would anyone be able to provide…
  • Is it possible to make a CORS request in Reach?

    We are trying to make a request in JavaScript to a fuseki server stored on another machine. That server is configured to support CORS and we can make the request outside of Reach but within the skin, something appears to be hijacking the request and stripping…